From a8845ad36e27e585f1d4067cc4d36a3ec9bbbb4a Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Fri, 25 Nov 2005 15:18:26 +0000 Subject: [PATCH] Add help option on runtests.sh Signed-off-by: Murillo Fernandes Bernardes --- tools/xm-test/runtest.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/xm-test/runtest.sh b/tools/xm-test/runtest.sh index fc124360ea..25aa2d842d 100755 --- a/tools/xm-test/runtest.sh +++ b/tools/xm-test/runtest.sh @@ -14,6 +14,7 @@ usage() { echo " -q : run a quick test set" echo " -e : set email address for report" echo " -s : just submit report " + echo " -h | --help : show this help" } # Just submit the report @@ -218,6 +219,10 @@ while [ $# -gt 0 ] -s) run=no ;; + -h|--help) + usage + exit 0 + ;; *) REPORT=$1 break -- 2.30.2